panelTitle

Class: com.microstrategy.web.app.taglibs.Panel_TitleTag

Usage:

This custom tag is to be used for defining the Title of a panel. In the following example, the title of this panel will be NEED HELP? and the content will be below it as specified with the {@link Panel_ContentTag} custom tag:
 <web:panel language="1" name="hlp">
   <web:panelTitle>NEED HELP?</web:panelTitle>
   <web:panelContent> ...Contents... </web:panelContent>
 </web:panel>
 



Name Required? Description
titleClass false Indicates the css class to be applied on the text to use as panel's title.